Skip to content

fix TypeAccessor not including inherited members (#93)#172

Merged
mgravell merged 2 commits into
DapperLib:mainfrom
andreasblueher:issue93
May 16, 2026
Merged

fix TypeAccessor not including inherited members (#93)#172
mgravell merged 2 commits into
DapperLib:mainfrom
andreasblueher:issue93

Conversation

@andreasblueher
Copy link
Copy Markdown
Contributor

Hey @mgravell,

for this issue you had already released a first patch, which didn't cover the following scenario:

TypeAccessorInterceptorGenerator.ConstructTypeMembers used a single typeSymbol.GetMembers() call without walking the type hierarchy. Now walks BaseType like Inspection.GetMembers already does.

#93

TypeAccessorInterceptorGenerator.ConstructTypeMembers used a single
typeSymbol.GetMembers() call without walking the type hierarchy.
Now walks BaseType like Inspection.GetMembers already does.
unnecessary change, mostly to try to get the CI running (it is showing zero checks)
@mgravell mgravell merged commit 7a36975 into DapperLib:main May 16, 2026
2 checks passed
@mgravell
Copy link
Copy Markdown
Member

thanks, appreciated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants